ServiceGetNonIndexableItemDetails Method (String, Int32, String, SearchPageDirection, Boolean) |
Gets the non indexable item details.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetNonIndexableItemDetailsResponse GetNonIndexableItemDetails(
string mailbox,
int pageSize,
string pageItemReference,
SearchPageDirection pageDirection,
bool searchArchiveOnly
)
Public Function GetNonIndexableItemDetails (
mailbox As String,
pageSize As Integer,
pageItemReference As String,
pageDirection As SearchPageDirection,
searchArchiveOnly As Boolean
) As GetNonIndexableItemDetailsResponse
Parameters
- mailbox
- Type: SystemString
The mailbox. - pageSize
- Type: SystemInt32
Size of the page. - pageItemReference
- Type: SystemString
The page item reference. - pageDirection
- Type: Independentsoft.ExchangeSearchPageDirection
The page direction. - searchArchiveOnly
- Type: SystemBoolean
if set to true [search archive only].
Return Value
Type:
GetNonIndexableItemDetailsResponseGetNonIndexableItemDetailsResponse.
See Also